home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0155.dms / q0155.adf / arppro3 / vars.c < prev    next >
C/C++ Source or Header  |  1991-04-16  |  1KB  |  38 lines

  1. /* Created 11/08/87 by -=+SDB+=- from file vars.c provided by Manx */
  2. /* Copyright (C) 1987 by Scott Ballantyne */
  3. /* Freely usable by arp supporters */
  4.  
  5. #include <fcntl.h>
  6. #include <workbench/startup.h>
  7.  
  8. void *SysBase, *DOSBase, *MathBase, *MathTransBase;
  9. void *MathIeeeDoubBasBase, *MathIeeeDoubTransBase;
  10. void *ArpBase, *IntuitionBase, *GfxBase;  /* Arp specials, DOSBase == ArpBase (NOT ANY MORE) */
  11.  
  12. /* Following two declarations now moved to AztecGlue.s
  13.  * Makes it easier to *only* use the glue routines, if that is what
  14.  * you desire
  15.  */
  16. /*long Errno;                  /* For return from Atol() */
  17. /*struct DefaultTracker *LastTracker;      /* For tracking calls */
  18.  
  19. /*char *CLI_Template = ",,,,,,,,,,,,,,,"; /* Default command template for GADS */
  20. /*void *CLI_Help;              /* Extra help line for GADS */
  21. long _savsp, _stkbase;
  22.  
  23. int errno, Enable_Abort;
  24.  
  25. struct WBStartup *WBenchMsg;
  26.  
  27. int _argc;
  28. char **_argv;
  29.  
  30. struct _dev *_devtab;
  31. short _numdev = 20;
  32.  
  33. char *_detach_name = 0;         /* for DETACHED programs */
  34. long _detach_curdir = 0;
  35.  
  36. void *_oldtrap, **_trapaddr;    /* for signal() cleanup */
  37.  
  38.